home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / in_out / employee.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1993-10-26  |  2.5 KB  |  83 lines

  1. Employee
  2. Employee Information
  3. Form15'
  4. cmdGrid
  5. cmdMove
  6. &Cancel
  7. cmdMove
  8. &Save
  9. cmdMove
  10. &Delete
  11. cmdMove
  12. cmdMove
  13. &Last
  14. cmdMove
  15. &First
  16. cmdMove
  17.     &Previous
  18. cmdMove
  19. &Next
  20.     txtfields
  21. Text2
  22. Data1*
  23.     txtfields
  24. Text1
  25. Data1*
  26. Data1%
  27. /C:\AAAMARCH\MSU\VBMSU\EXAMPLE\IN_OUT\IN_OUT.MDB
  28.     Employees
  29. Employee Records
  30. Label3
  31. Employee Name
  32. MS Sans Serif
  33. Label2
  34.     Last Name
  35. Label1
  36. First Name
  37. Text2_Change
  38. cmdMove_Click*
  39. Index 
  40. Data1
  41.     Recordset
  42. First
  43. text1|
  44. text2
  45. text3
  46. Data1_Validate
  47. Action
  48. Save0
  49. cmdmove
  50. caption
  51. Enabled
  52.     txtfields
  53. txtfields_Change
  54.     Form_Loadr
  55. currentrec
  56. Bookmark
  57. currec
  58. cmdGrid_Click
  59.     LoadFrame
  60. form2
  61. cmdExit_Click
  62. FindCurrentDir
  63. DBPath
  64. Form_Activate
  65. DBFullPathName
  66. DBName
  67. DatabaseNameN
  68. DataPath
  69. DataRecPos
  70. Form1
  71. Data1_Reposition
  72. IN_OUT
  73. Employee
  74. cmdExit_Click
  75. cmdGrid_Click
  76. cmdMove_Click
  77. Dim currec As String
  78.  currec = data1.Recordset.Bookmark
  79. data1.Recordset.Bookmark = currec
  80. Data1_Reposition
  81. Form_Load
  82. txtfields_Change
  83.